mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-07-18 10:51:48 +00:00
Compare commits
No commits in common. "main" and "v0.20.0" have entirely different histories.
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
environment: pypi
|
environment: release
|
||||||
permissions:
|
permissions:
|
||||||
# This permission is needed for private repositories.
|
# This permission is needed for private repositories.
|
||||||
contents: read
|
contents: read
|
||||||
@ -36,4 +36,5 @@ jobs:
|
|||||||
run: hatch build
|
run: hatch build
|
||||||
|
|
||||||
- name: Publish on PyPI
|
- name: Publish on PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
if: github.ref == 'refs/heads/main'
|
||||||
|
run: hatch publish
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = '0.20.2'
|
__version__ = '0.20.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user