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 ed80d83 commit 70907cdCopy full SHA for 70907cd
.github/workflows/pypi.yaml
@@ -19,9 +19,7 @@ jobs:
19
- name: Build
20
run: |
21
poetry version ${{ github.ref }}
22
- poetry build
23
- - name: Publish a func_adl to PyPI
24
- uses: pypa/gh-action-pypi-publish@v1.3.1
+ - name: Build and publish to pypi
+ uses: JRubics/poetry-publish@v1.6
25
with:
26
- user: __token__
27
- password: ${{ secrets.pypi_password_func_adl }}
+ pypi_token: ${{ secrets.pypi_password_sx_did_lib }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ServiceX_DID_Finder_lib"
3
-version = "0.0.0"
+version = "1.0.0a1"
4
description = "ServiceX DID Library Routines"
5
authors = ["Gordon Watts <gwatts@uw.edu>"]
6
0 commit comments