Skip to content

Commit

Permalink
Fix PyPI project name for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
whoahbot committed Oct 2, 2024
1 parent 9a3f878 commit a3a87c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/bytewax_redis
url: https://pypi.org/p/bytewax-redis
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand All @@ -146,5 +146,4 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/ # Remove when publishing to PyPI
skip-existing: true

0 comments on commit a3a87c0

Please sign in to comment.