Skip to content

Commit

Permalink
Actually release to test-pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Nov 10, 2023
1 parent 8f7a445 commit 93df9b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
if [ "${{ needs.check-version.outputs.PACKAGE_NAME }}" == "vizro-ai" ]; then
echo 'PYPI_TOKEN=${{ secrets.VIZRO_AI_TEST_PYPI_TOKEN }}' >> $GITHUB_ENV
fi
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# packages-dir: ${{ needs.check-version.outputs.package_name }}/dist
# password: ${{ env.PYPI_TOKEN }}
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ${{ needs.check-version.outputs.package_name }}/dist
password: ${{ env.PYPI_TOKEN }}
# - name: Check correct package uploaded to PyPI
# run: |
# cd "${{ needs.check-version.outputs.package_name }}/dist"
Expand Down

0 comments on commit 93df9b6

Please sign in to comment.