Skip to content

Commit a3a87c0

Browse files
committed
Fix PyPI project name for publishing
1 parent 9a3f878 commit a3a87c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135
environment:
136136
name: pypi
137-
url: https://pypi.org/p/bytewax_redis
137+
url: https://pypi.org/p/bytewax-redis
138138
permissions:
139139
id-token: write # IMPORTANT: mandatory for trusted publishing
140140
steps:
@@ -146,5 +146,4 @@ jobs:
146146
- name: Publish distribution 📦 to PyPI
147147
uses: pypa/gh-action-pypi-publish@release/v1
148148
with:
149-
repository-url: https://test.pypi.org/legacy/ # Remove when publishing to PyPI
150149
skip-existing: true

0 commit comments

Comments
 (0)