-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Feature/Additional-geometry-file-export-me…
…thods
- Loading branch information
Showing
14 changed files
with
33,033 additions
and
12,599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,11 @@ jobs: | |
python -m pip install --progress-bar off build | ||
- name: Build wheels and sdist | ||
run: python -m build --sdist --wheel --outdir dist/ . | ||
- uses: actions/upload-artifact@v4.3.3 | ||
- uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: wheel | ||
path: dist/*.whl | ||
- uses: actions/upload-artifact@v4.3.3 | ||
- uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: sdist | ||
path: dist/*.tar.gz | ||
|
@@ -41,17 +41,17 @@ jobs: | |
if: startsWith(github.ref, 'refs/tags/v') | ||
steps: | ||
- name: Download artifact sdist | ||
uses: actions/[email protected].7 | ||
uses: actions/[email protected].8 | ||
with: | ||
name: sdist | ||
path: dist | ||
- name: Download artifact wheel | ||
uses: actions/[email protected].7 | ||
uses: actions/[email protected].8 | ||
with: | ||
name: wheel | ||
path: dist | ||
- name: Publish to PyPI | ||
uses: pypa/gh-action-pypi-publish@v1.9.0 | ||
uses: pypa/gh-action-pypi-publish@v1.10.0 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.PYPI_API_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.