mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-11-27 01:55:51 +00:00
fix
This commit is contained in:
parent
5f1b936392
commit
781e473021
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -1,3 +1,8 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
pypi-publish:
|
||||
name: upload release to PyPI
|
||||
@ -6,7 +11,13 @@ jobs:
|
||||
# IMPORTANT: this permission is mandatory for trusted publishing
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
- uses: pdm-project/setup-pdm@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user