Skip to content

Commit

Permalink
Update deprecated inputs to pypa/gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Jul 26, 2023
1 parent a2f941e commit 9be82c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
if: github.event_name == 'workflow_run' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi')
with:
packages_dir: dist/
packages-dir: dist/

- name: Publish to test.pypi.org
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
with:
repository_url: https://test.pypi.org/legacy/
packages_dir: dist/
repository-url: https://test.pypi.org/legacy/
packages-dir: dist/

0 comments on commit 9be82c6

Please sign in to comment.