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 7997df8 commit d385a47Copy full SHA for d385a47
.github/workflows/publish.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Publish to PyPI
24
env:
25
HATCH_INDEX_USER: __token__
26
- HATCH_INDEX_AUTH: ${{ secrets.FLEXIDOT_PYPI_TOKEN }}
+ HATCH_INDEX_AUTH: ${{ secrets.NEW_FLEXIDOT_PYPI_TOKEN }}
27
run: hatch publish
0 commit comments