Update examples/github-deploy.yml

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Henry Schreiner
2023-06-25 10:21:09 -04:00
committed by GitHub
co-authored by Joe Rickerby
parent 28b03782f8
commit 062a745fc9
+2
View File
@@ -48,6 +48,8 @@ jobs:
permissions:
id-token: write
if: github.event_name == 'release' && github.event.action == 'published'
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
with: