Skip to content

Commit

Permalink
sdfsdfsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Aug 7, 2024
1 parent f15f788 commit f6c23b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/@scicat-sdk/python
url: https://pypi.org/p/@scicat-sdk-python
permissions:
id-token: write
steps:
Expand All @@ -98,7 +98,6 @@ jobs:
- name: Build package
run: |
python setup.py sdist bdist_wheel
ls -alh dist/
working-directory: ./sdk/python

- name: Publish package distributions to PyPI
Expand Down
2 changes: 1 addition & 1 deletion scripts/python-sdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageName": "@scicat-sdk/python",
"packageName": "@scicat-sdk-python",
"projectName": "Scicat-Python-SDK",
"packageVerion": "0.0.1",
"inputSpec": "/local/swagger-schema.json",
Expand Down

0 comments on commit f6c23b2

Please sign in to comment.