Skip to content

Commit

Permalink
Remove PyPI token
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Nov 4, 2024
1 parent f712715 commit 2129c84
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ jobs:
with:
version: "0.4.29"
enable-cache: true
- name: Get version
uses: mtkennerly/dunamai-action@v1
with:
env-var: VERSION
args: --style pep440
- name: Set version in pyproject.toml
run: uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION
- name: Build package
run: uv build
- name: Publish package to PyPI
run: uv publish --token ${{ secrets.PYPI_TOKEN }}
run: uv publish

0 comments on commit 2129c84

Please sign in to comment.