upload new package versions to coastalcommits as well
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 16s
Actions / Build (push) Successful in 28s

This commit is contained in:
Seaswimmer 2024-06-22 01:48:30 -04:00
parent a6f80a49d5
commit 306bb1370a
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -1,7 +1,6 @@
name: Actions
on:
push:
pull_request:
jobs:
Build:
@ -23,6 +22,14 @@ jobs:
name: stellarismodparser
path: ./dist/*
- name: Publish to CoastalCommits
if: startsWith(github.ref, 'refs/tags/')
uses: actions/pypi-publish@v1.8.14
with:
username: ${{ github.repsoitory_owner }}
password: ${{ secrets.COASTALCOMMITSTOKEN }}
repository_url: https://www.coastalcommits.com/api/packages/${{ github.repository_owner }}/pypi
- name: Publish to PyPi
if: startsWith(github.ref, 'refs/tags/')
uses: actions/pypi-publish@v1.8.14