Skip to content

Commit 04ef4e4

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.1 (#4576)
1 parent 442261d commit 04ef4e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pip.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
- uses: actions/download-artifact@v3
9999

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

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

0 commit comments

Comments
 (0)