Skip to content

Commit

Permalink
fixup! fixup! Use trusted publisher and environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eccles committed Nov 29, 2024
1 parent 81e5b69 commit 173f761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will upload a Python Package using a release environmet and a trusted publisher.
# This workflow will upload a Python Package using a release environment and a trusted publisher.
# See PyPi management in the datatrails confluence service for an explanation.
#
# Create a trusted publisher for datatrails-python in pypi.org and delete any API tokens.
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
run: |
rm -f archivist/about.py
./scripts/version.sh
python3 -m build --sdist
python3 -m build --wheel
python3 -m build --sdist
python3 -m build --wheel
shell: bash

- name: Publish to PyPi
Expand Down

0 comments on commit 173f761

Please sign in to comment.