Skip to content

Commit

Permalink
ci: fix hatch keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Aug 28, 2024
1 parent 681c84b commit ff7801e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
tags:
- "*"

env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}

jobs:
release:
name: "release ${{github.ref_name}}"
Expand All @@ -25,4 +21,4 @@ jobs:
- name: Build dist
run: hatch build
- name: Publish on PyPI
run: hatch publish
run: hatch publish -u __token__ -a ${{ secrets.PYPI_TOKEN }}

0 comments on commit ff7801e

Please sign in to comment.