Skip to content

Commit

Permalink
debug prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 17, 2024
1 parent ab9f3d4 commit bdff857
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,25 @@ jobs:
permissions:
id-token: write
steps:
- name: download-sdist
uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.sdist-package-name }}
path: dist
- name: debug prerelease
run: |
echo "prerelease: ${{ github.event.release.prerelease }}"
echo "environment: ${{ env.environment }}"
echo "url: ${{ env.url }}"
- name: download-bdist
uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.bdist-package-name }}
path: dist
# - name: download-sdist
# uses: actions/download-artifact@v4
# with:
# name: ${{ needs.build.outputs.sdist-package-name }}
# path: dist

- name: deploy-to-test-pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
# - name: download-bdist
# uses: actions/download-artifact@v4
# with:
# name: ${{ needs.build.outputs.bdist-package-name }}
# path: dist

# - name: deploy-to-test-pypi
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/

0 comments on commit bdff857

Please sign in to comment.