We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9473d7f + 6fe50fc commit 1edce76Copy full SHA for 1edce76
.github/workflows/ci-cd.yml
@@ -682,7 +682,7 @@ jobs:
682
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
683
uses: pypa/[email protected]
684
with:
685
- print_hash: true
+ print-hash: true
686
687
publish-testpypi:
688
name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
@@ -714,8 +714,8 @@ jobs:
714
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
715
716
717
- repository_url: https://test.pypi.org/legacy/
718
+ repository-url: https://test.pypi.org/legacy/
719
720
post-release-repo-update:
721
name: >-
0 commit comments