Skip to content

Commit

Permalink
Tentative de correction de l'echec d'authentification pour la publica…
Browse files Browse the repository at this point in the history
…tion du TAG - 3
  • Loading branch information
Allan-CodeWorks committed Jan 15, 2024
1 parent 319e7ef commit a5985df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- name: Upload a Python package to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
# With statement only to specify testPy destination, Pypi is default
with:
repository-url: https://test.pypi.org/legacy/
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all the tags
Expand All @@ -130,10 +135,5 @@ jobs:
with:
path: dist
key: release-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ github.sha }}-${{ matrix.openfisca-dependencies }}
# - name: Upload a Python package to PyPi
# uses: pypa/gh-action-pypi-publish@release/v1
# # With statement only to specify testPy destination, Pypi is default
# with:
# repository-url: https://test.pypi.org/legacy/
- name: Publish a git tag
run: "${GITHUB_WORKSPACE}/.github/publish-git-tag.sh"

0 comments on commit a5985df

Please sign in to comment.