We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c298f commit 7bebc99Copy full SHA for 7bebc99
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
[ $GITHUB_EVENT_NAME == 'release' ] && VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
31
echo VERSION = $VERSION
32
sed -ie "s/version = .*/version = \"$VERSION\"/" pyproject.toml
33
+ echo version=$VERSION >> $GITHUB_OUTPUT
34
- name: Build release distributions
35
run: |
36
# NOTE: put your own distribution build steps here.
.gitignore
@@ -1,2 +1,3 @@
1
__pycache__
2
.venv
3
+/dist
0 commit comments