Skip to content

Commit

Permalink
[ci] Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Nov 6, 2024
1 parent d053511 commit e2bafac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/<package-name>
url: https://test.pypi.org/p/pelican-pybtex
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
- name: "Publish distribution \U0001F4E6 to TestPyPI"
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
Expand All @@ -115,7 +115,7 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
github-release:
name: Sign the Python distribution with Sigstore and upload it to GitHub Release
name: Sign distribution and upload it to GitHub Release
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2bafac

Please sign in to comment.