Skip to content

Commit

Permalink
testing testpypi automated publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Birmiwal, Rahul R committed Nov 16, 2023
1 parent c1393e0 commit e05f68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "neuromancer"
name = "neuromancer_test"
authors = [
{ name = "Aaron Tuor", email = "[email protected]" },
{ name = "Jan Drgona", email = "[email protected]" },
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies = [
"toml"
]

version = "1.4.2"
version = "1.4.2b"

[project.urls]
homepage = "https://github.com/pnnl/neuromancer/"
Expand Down

0 comments on commit e05f68f

Please sign in to comment.