Skip to content

Commit

Permalink
Merge branch 'pypi-publish-pypi-input-naming' (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed Jun 11, 2023
2 parents 9473d7f + 6fe50fc commit 1edce76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ jobs:
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
uses: pypa/[email protected]
with:
print_hash: true
print-hash: true
publish-testpypi:
name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
Expand Down Expand Up @@ -714,8 +714,8 @@ jobs:
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
uses: pypa/[email protected]
with:
repository_url: https://test.pypi.org/legacy/
print_hash: true
repository-url: https://test.pypi.org/legacy/
print-hash: true
post-release-repo-update:
name: >-
Expand Down

0 comments on commit 1edce76

Please sign in to comment.