Skip to content

Commit

Permalink
chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.1 (#4576
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored and henryiii committed Mar 16, 2023
1 parent 882cb76 commit ec3f6e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
- uses: actions/download-artifact@v3

- name: Publish standard package
uses: pypa/gh-action-pypi-publish@v1.6.4
uses: pypa/gh-action-pypi-publish@v1.8.1
with:
password: ${{ secrets.pypi_password }}
packages_dir: standard/
packages-dir: standard/

- name: Publish global package
uses: pypa/gh-action-pypi-publish@v1.6.4
uses: pypa/gh-action-pypi-publish@v1.8.1
with:
password: ${{ secrets.pypi_password_global }}
packages_dir: global/
packages-dir: global/

0 comments on commit ec3f6e2

Please sign in to comment.