Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher authored Aug 30, 2024
1 parent d4d4c5f commit 1d4c8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
toolsname: build

env:
PYTHON_MAIN_VERSION: 3.12
Expand Down Expand Up @@ -73,6 +73,6 @@ jobs:
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }}
run: |
pip install wheel twine
pip install wheel twine setuptools
python setup.py sdist bdist_wheel
twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*

0 comments on commit 1d4c8a6

Please sign in to comment.