Skip to content

Merge pull request #916 from globus/release-3.33.0.post0 #21

Merge pull request #916 from globus/release-3.33.0.post0

Merge pull request #916 from globus/release-3.33.0.post0 #21

name: Publish Test PyPI Release
on:
push:
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
environment: publish-test-pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: "3.11"
- run: python -m pip install build
- run: python -m build .
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
with:
repository-url: https://test.pypi.org/legacy/