mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-07-18 02:41:47 +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:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment: release
|
||||
environment: pypi
|
||||
permissions:
|
||||
# This permission is needed for private repositories.
|
||||
contents: read
|
||||
@ -36,5 +36,4 @@ jobs:
|
||||
run: hatch build
|
||||
|
||||
- name: Publish on PyPI
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: hatch publish
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = '0.20.0'
|
||||
__version__ = '0.20.2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user