We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0090e0a commit 85e4ed6Copy full SHA for 85e4ed6
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: build
2
3
on:
4
push:
5
- branches: [ master, Fix-CI-errors ]
+ branches: [ master ]
6
pull_request:
7
8
9
jobs:
10
test:
@@ -68,5 +68,4 @@ jobs:
68
env:
69
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
71
- PYPI_REPOSITORY_URL: https://test.pypi.org/legacy/
72
run: npx semantic-release
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
-name = casvisor-python-sdk-test
+name = casvisor-python-sdk
version = 1.0.0
author = Casvisor
author_email = admin@casvisor.org
0 commit comments