From e05f68ffce1f7a4860e7d5ca7d88f877b823e683 Mon Sep 17 00:00:00 2001 From: "Birmiwal, Rahul R" Date: Thu, 16 Nov 2023 14:04:39 -0800 Subject: [PATCH] testing testpypi automated publish --- .github/workflows/publish_build.yml | 3 ++- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_build.yml b/.github/workflows/publish_build.yml index 17d976f5..c1529a04 100644 --- a/.github/workflows/publish_build.yml +++ b/.github/workflows/publish_build.yml @@ -38,7 +38,6 @@ jobs: publish-to-testpypi: name: Publish #if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes - name: Publish Python #if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: @@ -62,3 +61,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 5633d357..540ba0db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] -name = "neuromancer" +name = "neuromancer_test" authors = [ { name = "Aaron Tuor", email = "aaron.tuor@pnnl.gov" }, { name = "Jan Drgona", email = "jan.drgona@pnnl.gov" }, @@ -51,7 +51,7 @@ dependencies = [ "toml" ] -version = "1.4.2" +version = "1.4.2b" [project.urls] homepage = "https://github.com/pnnl/neuromancer/"