upload source
This commit is contained in:
parent
e1017bc2e5
commit
9e6f9c3ffe
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
poetry run twine upload dist/*.whl
|
||||
|
||||
- name: Build and publish (source)
|
||||
if: ${{ runner.os == 'windows-latest' && env.PYTHON_VERSION == '3.10' }}
|
||||
# if: ${{ runner.os == 'windows-latest' && env.PYTHON_VERSION == '3.10' }}
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
|
Loading…
Reference in New Issue
Block a user