Skip to content

Chopps/fix mucmd

Chopps/fix mucmd #62

Workflow file for this run

name: Test Publish to PyPI
on:
pull_request:
types: [ closed ]
jobs:
test-publish:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
python-version: 3.12
- uses: actions/checkout@v4
- name: Build Munet Package
run: uv build
- name: Test publishing package to pypi
run: uv publish --token "${{ secrets.TEST_PYPI_API_KEY }}" --publish-url https://test.pypi.org/legacy/