Skip to content

Commit

Permalink
chore(ci): update PyPI publish workflow for BabelDOC
Browse files Browse the repository at this point in the history
- Rename project references from 'yadt' to 'BabelDOC' in publish workflows
- Update PyPI and TestPyPI environment URLs
  • Loading branch information
awwaawwa committed Feb 14, 2025
1 parent 28eef00 commit 26427c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/yadt
url: https://pypi.org/p/BabelDOC

permissions:
id-token: write
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/yadt
url: https://test.pypi.org/p/BabelDOC

permissions:
id-token: write
Expand Down

0 comments on commit 26427c3

Please sign in to comment.