Skip to content

Commit

Permalink
Merge pull request #992 from liudger/bugfix/fix-pypi-issue
Browse files Browse the repository at this point in the history
fix: update PyPI URL in release workflow
  • Loading branch information
liudger authored Oct 29, 2024
2 parents dab5ecd + d078bce commit 1cc1eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: release
url: https://pypi.org/p/bsblan
url: https://pypi.org/p/python-bsblan
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit 1cc1eb2

Please sign in to comment.