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 26ec8cc commit 953db27Copy full SHA for 953db27
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install build
33
- name: Build package
34
- run: python -m build --sdist --wheel --outdir dist/
+ run: python -m build --sdist --outdir dist/
35
- name: Publish package
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
with:
mindflow/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.6"
+__version__ = "0.3.7"
0 commit comments