Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 60c0078

Browse files
authored
Merge pull request #6 from Labelbox/publish_action_update1
updating action for publishing
2 parents 6a83b9e + 6551df4 commit 60c0078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
needs: ['build']
3434
environment:
3535
name: publish
36-
url: 'https://pypi.org/project/labelboxbigquery/'
36+
url: 'https://pypi.org/project/labelbigquery/'
3737
runs-on: ubuntu-latest
3838
permissions:
3939
# IMPORTANT: this permission is mandatory for trusted publishing
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/download-artifact@v4
4343

4444
- name: Publish package distributions to PyPI
45-
uses: pypa/gh-action-pypi-publish@release/v1
45+
uses: pypa/gh-action-pypi-publish@release/v1.8
4646
with:
4747
packages-dir: artifact/
4848

0 commit comments

Comments
 (0)