Skip to content

Commit

Permalink
Correcting for appropriate pypi publish flow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzcondrey authored Apr 30, 2024
1 parent c96f3f3 commit 213ce1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-deploy-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
name: Deploy Artifacts
runs-on: ubuntu-22.04
needs: build_deployment_artifacts
permissions:
# Important: This permission is mandatory for trusted publishing
id-token: write
steps:
- name: Download Python Wheel
uses: actions/download-artifact@v3
with:
name: aac_spec_wheel
path: python/dist/
path: dist/

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: python/dist/
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 213ce1b

Please sign in to comment.