Skip to content

Commit

Permalink
add gh-action-pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 7, 2023
1 parent b1d3dab commit f1ccc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Set up Python 3.12.0
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f1ccc29

Please sign in to comment.