mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-07 09:33:38 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f852a733c3 | |||
| 44dadcee23 | |||
| ed4531c305 | |||
| ec42a4cdd9 | |||
| 6123c92d00 | |||
| 1ceb95ab16 | |||
| f06e2d3982 | |||
| 39dff3cc28 | |||
| 967c4ab699 |
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: release
|
environment: pypi
|
||||||
permissions:
|
permissions:
|
||||||
# This permission is needed for private repositories.
|
# This permission is needed for private repositories.
|
||||||
contents: read
|
contents: read
|
||||||
@@ -36,5 +36,4 @@ jobs:
|
|||||||
run: hatch build
|
run: hatch build
|
||||||
|
|
||||||
- name: Publish on PyPI
|
- name: Publish on PyPI
|
||||||
if: github.ref == 'refs/heads/main'
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
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.0'
|
__version__ = '0.20.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user