Skip to content

Release (TestPyPI)

Release (TestPyPI) #2

Workflow file for this run

name: Release (TestPyPI)
on:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
environment: release-test
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Build wheel
run: make dev install dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: pypa/gh-action-pypi-publish@release/v1
name: Publish package distributions to TestPyPI
with:
repository-url: https://test.pypi.org/legacy/
# See https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
skip-existing: true