Skip to content

Commit

Permalink
Merge branch 'master' into feat/shapefam-update
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley authored Sep 6, 2024
2 parents 2fb2a48 + 57c0c12 commit 5d5b368
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python environment
uses: glotzerlab/workflows/setup-uv@3ac9374eb4f3c2c707651e3dfc52930e68be9d34
uses: glotzerlab/workflows/setup-uv@33f1cd458d4d39d0101cfa67d13dd3a9e118eefd
with:
only-binary: ":none:"
lockfile: ".github/requirements${{matrix.python-version}}.txt"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PublishPyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
- uses: actions/upload-artifact@v4.4.0
with:
name: wheel
path: dist/*.whl
- uses: actions/upload-artifact@v4.3.4
- uses: actions/upload-artifact@v4.4.0
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -51,7 +51,7 @@ jobs:
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 }}
2 changes: 1 addition & 1 deletion .github/workflows/update_pipfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: glotzerlab/workflows/setup-uv@3ac9374eb4f3c2c707651e3dfc52930e68be9d34
- uses: glotzerlab/workflows/setup-uv@33f1cd458d4d39d0101cfa67d13dd3a9e118eefd
- name: Set up Python environment
run: |
for v in "3.8" "3.9" "3.10" "3.11" "3.12"; do
Expand Down

0 comments on commit 5d5b368

Please sign in to comment.