We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599b2da commit c5674d7Copy full SHA for c5674d7
1 file changed
.github/workflows/release.yml
@@ -21,15 +21,6 @@ jobs:
21
python-version: "3.12"
22
- name: Build project for distribution
23
run: uv build
24
- - name: Check Version
25
- id: check-version
26
- run: |
27
- VERSION=$(sed -n 's/^version[[:space:]]*=[[:space:]]*"\(.*\)"/\1/p' pyproject.toml | head -n1)
28
- if [ -z "$VERSION" ]; then
29
- echo "version not found" >&2
30
- exit 1
31
- fi
32
- echo "version=$VERSION" >> "$GITHUB_OUTPUT"
33
- name: Publish to PyPI
34
env:
35
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments