Skip to content

Commit

Permalink
Fix deprecated CI parameter (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray authored Oct 24, 2023
1 parent 64b4d50 commit 66e5a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
if: ${{ inputs.test_pypi }}
with:
repository-url: https://test.pypi.org/legacy/
packages_dir: dist
packages-dir: dist

- name: 🎉 Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ !inputs.test_pypi }}
with:
packages_dir: dist
packages-dir: dist

0 comments on commit 66e5a73

Please sign in to comment.