Skip to content

Commit

Permalink
Switch to pypi and set versioning with master
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Nov 17, 2021
1 parent c0bd04f commit 09b96c6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 46 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/code_lint.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/ganslate_testing_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
15 changes: 0 additions & 15 deletions .github/workflows/yapf_check.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
]
build-backend = "setuptools.build_meta"
[tool.bumpver]
current_version = "0.1.5"
current_version = "0.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version to {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ganslate
version = 0.1.5
version = 0.1.1
author = "ganslate team"
# author-email =
url = https://github.com/Maastro-CDS-Imaging-Group/ganslate
Expand Down

0 comments on commit 09b96c6

Please sign in to comment.