Skip to content

Commit

Permalink
Update pypi-publish-stable-1-0-X.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozefiel authored and marosmars committed Jul 27, 2023
1 parent 3ffa254 commit 35b554c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish-stable-1-0-X.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build-n-publish-v1:
name: Build and publish frinx conductor client
runs-on: ubuntu-18.04
timeout-minutes: 10
defaults:
run:
working-directory: ./polyglot-clients/python
Expand All @@ -38,4 +39,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 35b554c

Please sign in to comment.