Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 8809e0e

Browse files
authored
ci: fix pypi publish
1 parent c1c7008 commit 8809e0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
- test
9797
- build
9898
- mypy
99+
outputs:
100+
git-tag: ${{ steps.semantic.outputs.git-tag }}
99101
steps:
100102
- name: Checkout
101103
uses: actions/checkout@v4
@@ -105,9 +107,10 @@ jobs:
105107
node-version: 20
106108
- name: Install semantic-release
107109
run: npm i semantic-release@^v24.0.0 conventional-changelog-conventionalcommits@^8.0.0
108-
- name: Release
110+
- name: Run semantic-release
109111
env:
110112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113+
id: semantic
111114
run: npx semantic-release
112115
pypi:
113116
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)