We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3f878 commit a3a87c0Copy full SHA for a3a87c0
.github/workflows/CI.yml
@@ -134,7 +134,7 @@ jobs:
134
runs-on: ubuntu-latest
135
environment:
136
name: pypi
137
- url: https://pypi.org/p/bytewax_redis
+ url: https://pypi.org/p/bytewax-redis
138
permissions:
139
id-token: write # IMPORTANT: mandatory for trusted publishing
140
steps:
@@ -146,5 +146,4 @@ jobs:
146
- name: Publish distribution 📦 to PyPI
147
uses: pypa/gh-action-pypi-publish@release/v1
148
with:
149
- repository-url: https://test.pypi.org/legacy/ # Remove when publishing to PyPI
150
skip-existing: true
0 commit comments