Skip to content

Commit

Permalink
Merge branch 'master' into smart_holder
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Apr 8, 2023
2 parents fb78376 + ed466da commit c6a4191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
- uses: actions/download-artifact@v3

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

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

0 comments on commit c6a4191

Please sign in to comment.