Skip to content

Commit

Permalink
Merge pull request #134 from ESSS/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-7c56762248

Bump the github-actions group with 2 updates
  • Loading branch information
nicoddemus authored Nov 4, 2024
2 parents 525241a + 934fa6a commit 921cc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
run: |
python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
user: __token__
password: ${{ secrets.pypi_token }}
attestations: true
- name: GitHub Release
uses: softprops/[email protected].8
uses: softprops/[email protected].9
with:
files: dist/*

Expand Down

0 comments on commit 921cc9e

Please sign in to comment.