Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 29, 2024
1 parent dd601c3 commit da998e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish release to PyPI
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'test-v[0-9]+.[0-9]+.[0-9]+-test'

jobs:
pypi-publish:
Expand All @@ -14,8 +14,9 @@ jobs:
permissions:
id-token: write
steps:
# FIXME: download release artifacts here?
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit da998e3

Please sign in to comment.