Skip to content

Commit

Permalink
Update GitHub Actions workflow to specify twine version and remove ta…
Browse files Browse the repository at this point in the history
…g trigger comment
  • Loading branch information
Maralai committed Feb 1, 2025
1 parent 54f4823 commit 992e2d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Publish to PyPI
on:
release:
types: [published, released]
# Optionally, you can also trigger on tags
push:
tags:
- 'v*' # Match tags that start with 'v'
Expand All @@ -21,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
pip install build "twine==6.0.1" wheel setuptools
- name: Build package
run: python -m build
Expand Down

0 comments on commit 992e2d8

Please sign in to comment.