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 b6696be commit 8993c8aCopy full SHA for 8993c8a
.github/workflows/release_test_pypi_before_merge.yml
@@ -27,7 +27,9 @@ jobs:
27
echo $new_version > ./version.txt
28
echo "version=$new_version" >> $GITHUB_OUTPUT
29
30
- - run: python setup.py sdist build
+ - run: |
31
+ pip install --upgrade pip
32
+ python setup.py sdist build
33
34
# publish to PyPI if executed on the main branch
35
- name: Publish package to PyPI
version.txt
@@ -1 +1 @@
1
-0.3.3
+0.3.4
0 commit comments