Skip to content

Commit

Permalink
push to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorZiegltrumAA committed Aug 20, 2024
1 parent beac1c2 commit 2fd9e7d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,23 @@ jobs:
with:
name: wheels
path: dist

publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
needs: [sdist, macos, windows, linux]
environment:
# name: release
url: https://test.pypi.org/p/blended-dataset-loop
permissions:
id-token: write
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: wheels
path: dist
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 2fd9e7d

Please sign in to comment.