Skip to content

Commit 85e4ed6

Browse files
committed
fix: Pypi officially released
1 parent 0090e0a commit 85e4ed6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
push:
5-
branches: [ master, Fix-CI-errors ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, Fix-CI-errors ]
7+
branches: [ master ]
88

99
jobs:
1010
test:
@@ -68,5 +68,4 @@ jobs:
6868
env:
6969
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
71-
PYPI_REPOSITORY_URL: https://test.pypi.org/legacy/
7271
run: npx semantic-release

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = casvisor-python-sdk-test
2+
name = casvisor-python-sdk
33
version = 1.0.0
44
author = Casvisor
55
author_email = admin@casvisor.org

0 commit comments

Comments
 (0)