Skip to content

Commit 70907cd

Browse files
committed
Update the publication code
Ready to test!
1 parent ed80d83 commit 70907cd

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- name: Build
2020
run: |
2121
poetry version ${{ github.ref }}
22-
poetry build
23-
- name: Publish a func_adl to PyPI
24-
uses: pypa/[email protected]
22+
- name: Build and publish to pypi
23+
uses: JRubics/[email protected]
2524
with:
26-
user: __token__
27-
password: ${{ secrets.pypi_password_func_adl }}
25+
pypi_token: ${{ secrets.pypi_password_sx_did_lib }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ServiceX_DID_Finder_lib"
3-
version = "0.0.0"
3+
version = "1.0.0a1"
44
description = "ServiceX DID Library Routines"
55
authors = ["Gordon Watts <[email protected]>"]
66

0 commit comments

Comments
 (0)