Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwiefel committed Jun 25, 2020
1 parent ef9f85b commit 91b0f56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
@@ -1,7 +1,7 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Publish to PyPI
name: Test Publish to PyPI

on:
release:
Expand All @@ -26,7 +26,8 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_REPOSITORY: ${{ secrets.TWINE_REPOSITORY }}
TWINE_REPOSITORY_URL: ${{ secrets.TWINE_REPOSITORY }}
TWINE_REPOSITORY: ${{ secrets.TWINE_REPOSITORY }}
TWINE_NON_INTERACTIVE: true
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 91b0f56

Please sign in to comment.