remove pypi env var
This commit is contained in:
parent
09f68faded
commit
b3500c9170
2 changed files with 1 additions and 4 deletions
3
.github/workflows/release-pypi.yaml
vendored
3
.github/workflows/release-pypi.yaml
vendored
|
|
@ -11,9 +11,6 @@ permissions:
|
||||||
issues: read
|
issues: read
|
||||||
packages: none
|
packages: none
|
||||||
id-token: write
|
id-token: write
|
||||||
env:
|
|
||||||
HATCH_INDEX_USER: __token__
|
|
||||||
HATCH_INDEX_AUTH: ${{ secrets.pypi_password }}
|
|
||||||
jobs:
|
jobs:
|
||||||
release-krayt:
|
release-krayt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.3.0"
|
__version__ = "0.3.0b0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue