mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-11-23 16:17:56 +00:00
add workflow
This commit is contained in:
parent
acab733bd8
commit
5f1b936392
14
.github/workflows/release.yml
vendored
Normal file
14
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
jobs:
|
||||
pypi-publish:
|
||||
name: upload release to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
# IMPORTANT: this permission is mandatory for trusted publishing
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: pdm-project/setup-pdm@v3
|
||||
|
||||
- name: Publish package distributions to PyPI
|
||||
run: pdm publish
|
Loading…
Reference in New Issue
Block a user