Skip to content

Commit 57efdd4

Browse files
committed
fix deploy
1 parent e3d7738 commit 57efdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
cp .ci_support/environment-old.yml environment.yml
3333
python .ci_support/release.py; cat pyproject.toml
34-
git update-index --assume-unchanged pyproject.toml pyiron_base/_version.py
34+
git update-index --assume-unchanged pyproject.toml pyiron_dataclasses/_version.py
3535
hatchling build -t sdist -t wheel
3636
- name: Publish distribution 📦 to PyPI
3737
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)