Skip to content

Commit d6684fd

Browse files
Update build.yml
1 parent ebcce96 commit d6684fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
id-token: write
99
jobs:
1010
build-and-deploy:
11-
runs-on: macOS-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
@@ -53,7 +53,6 @@ jobs:
5353
bash version_update.sh
5454
python3 setup.py sdist bdist_wheel
5555
56-
5756
- name: Publish to Pypi
5857
uses: pypa/gh-action-pypi-publish@release/v1
5958
with:

0 commit comments

Comments
 (0)