diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 14:20:28 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 14:20:28 -0500 |
commit | e1a78528507c4303e0070b185c5006b36555baa5 (patch) | |
tree | 28ac643025f6a4403b72992d41f4dc7550c082b1 /.github/workflows/python.yml | |
parent | [SKIP CI] ci: Add nuget token explicitly (diff) | |
download | locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.gz locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.bz2 locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.lz locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.xz locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.zst locusts-e1a78528507c4303e0070b185c5006b36555baa5.zip |
chore: Update dependency management for Gradle and Go modules
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/python.yml')
-rw-r--r-- | .github/workflows/python.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c1c7553..1b5228d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -43,6 +43,9 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write + environment: + name: pypi + url: https://pypi.org/r/locusts-r-us steps: - name: Checkout repository uses: actions/checkout@v4 @@ -58,3 +61,5 @@ jobs: run: python -m build --sdist --wheel - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true |