Compare commits

..

1 commit

Author SHA1 Message Date
breznak
b8497cf344
try to upload twine wheels to PyPI on merge to master 2023-08-23 20:14:11 +02:00
2 changed files with 11 additions and 6 deletions

View file

@ -38,6 +38,12 @@ jobs:
path: dist/
- name: Install twine
run: python -m pip install twine
- name: Publishing to pypi
run: twine upload --skip-existing --disable-progress-bar dist/*.whl
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
macos:
strategy:
fail-fast: true
@ -76,8 +82,8 @@ jobs:
with:
name: wheels
path: dist/
# - name: Publishing to pypi
# run: twine upload --skip-existing --disable-progress-bar dist/*.whl
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
- name: Publishing to pypi
run: twine upload --skip-existing --disable-progress-bar dist/*.whl
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

View file

@ -11,7 +11,6 @@ function build_wheel() {
build_wheel cp37-cp37m
build_wheel cp38-cp38
build_wheel cp39-cp39
build_wheel cp310-cp310
build_wheel pp37-pypy37_pp73
cd dist