Skip to content

Commit 7bebc99

Browse files
committed
fixed tags
1 parent a9c298f commit 7bebc99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
[ $GITHUB_EVENT_NAME == 'release' ] && VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
3131
echo VERSION = $VERSION
3232
sed -ie "s/version = .*/version = \"$VERSION\"/" pyproject.toml
33+
echo version=$VERSION >> $GITHUB_OUTPUT
3334
- name: Build release distributions
3435
run: |
3536
# NOTE: put your own distribution build steps here.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__pycache__
22
.venv
3+
/dist

0 commit comments

Comments
 (0)