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 093f945 commit f0f14c8Copy full SHA for f0f14c8
.github/workflows/pypi.yml
@@ -26,7 +26,9 @@ jobs:
26
environment-file: binder/environment.yml
27
- name: Build
28
shell: bash -l {0}
29
- run: hatchling build -t sdist -t wheel
+ run: |
30
+ git update-index --assume-unchanged src/python_workflow_definition/_version.py
31
+ hatchling build -t sdist -t wheel
32
- name: Publish distribution 📦 to PyPI
33
uses: pypa/gh-action-pypi-publish@release/v1
34
with:
0 commit comments