mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-03-12 05:49:15 +00:00
remove publish workflow
This commit is contained in:
parent
054ad040bb
commit
1ea1c59f06
26
.github/workflows/publish.yml
vendored
26
.github/workflows/publish.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: Publish to PyPI
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*.*.*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
pypi-publish:
|
|
||||||
name: upload release to PyPI
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
environment: pypi
|
|
||||||
permissions:
|
|
||||||
# This permission is needed for private repositories.
|
|
||||||
contents: read
|
|
||||||
# IMPORTANT: this permission is mandatory for trusted publishing
|
|
||||||
id-token: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: pdm-project/setup-pdm@v4
|
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
|
||||||
run: pdm publish
|
|
||||||
Loading…
x
Reference in New Issue
Block a user