Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions-version group with 2 updates #247

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@227c4e620a07fb5107c1c58bbf3f13ad80a7097d
uses: glotzerlab/workflows/setup-uv@7737fdd1befca3bcfa2bb17160cece5b13276d5f
with:
only-binary: ":none:"
lockfile: ".github/requirements${{matrix.python-version}}.txt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishPyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: wheel
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
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@227c4e620a07fb5107c1c58bbf3f13ad80a7097d
- uses: glotzerlab/workflows/setup-uv@7737fdd1befca3bcfa2bb17160cece5b13276d5f
- name: Set up Python environment
run: |
for v in "3.8" "3.9" "3.10" "3.11" "3.12"; do
Expand Down