Skip to content

Commit 44e9138

Browse files
committed
Update to macos-latest to publish to PyPi
1 parent afac856 commit 44e9138

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: macos-latest
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python
@@ -16,12 +16,11 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install setuptools wheel==0.34.2 twine auditwheel
19+
pip install setuptools wheel twine
2020
- name: Build and publish
2121
env:
2222
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME_Y }}
2323
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD_Y }}
2424
run: |
2525
python setup.py sdist bdist_wheel
26-
auditwheel repair dist/*.whl
2726
twine upload dist/*

0 commit comments

Comments
 (0)