Skip to content

Commit

Permalink
Merge pull request #275 from phenobarbital/new-direct-access
Browse files Browse the repository at this point in the history
fix release script
  • Loading branch information
phenobarbital authored Aug 30, 2024
2 parents 769f97f + f37f171 commit 9d4ac0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2014_x86_64
with:
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
build-requirements: 'cython numpy'
- name: Publish wheels to Test PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.QWORKER_TEST }}
run: |
twine upload -r testpypi dist/*-manylinux*.whl
- name: Publish wheels to Production PyPI
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 9d4ac0f

Please sign in to comment.