Skip to content

Commit f0f14c8

Browse files
committed
Fix tracking files
1 parent 093f945 commit f0f14c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
environment-file: binder/environment.yml
2727
- name: Build
2828
shell: bash -l {0}
29-
run: hatchling build -t sdist -t wheel
29+
run: |
30+
git update-index --assume-unchanged src/python_workflow_definition/_version.py
31+
hatchling build -t sdist -t wheel
3032
- name: Publish distribution 📦 to PyPI
3133
uses: pypa/gh-action-pypi-publish@release/v1
3234
with:

0 commit comments

Comments
 (0)