zona/.forgejo/workflows/publish.yml
Daniel Fichtinger c7249ac59d
Some checks failed
/ test-publish (push) Failing after 20s
ci: added test publish workflow
2025-07-13 22:06:20 -04:00

20 lines
439 B
YAML

on: push
jobs:
test-publish:
runs-on: docker
container:
image: node:alpine
steps:
- name: Install dependencies
run: |
apk add --no-cache coreutils uv
- uses: actions/checkout@v4
- name: build
run: |
uv sync --no-dev
uv build
- name: publish
run: |
uv publish --token ${{ secrets.TEST_PYPI_TOKEN }} \
--index test_pypi