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 e3d7738 commit 57efdd4Copy full SHA for 57efdd4
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
cp .ci_support/environment-old.yml environment.yml
33
python .ci_support/release.py; cat pyproject.toml
34
- git update-index --assume-unchanged pyproject.toml pyiron_base/_version.py
+ git update-index --assume-unchanged pyproject.toml pyiron_dataclasses/_version.py
35
hatchling build -t sdist -t wheel
36
- name: Publish distribution 📦 to PyPI
37
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments