diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d4a1208..010ca3760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version}} - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 @@ -63,7 +63,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.TESTTOKEN }} + password: ${{ secrets.PYPI_TEST_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ continue-on-error: false diff --git a/pfb/__init__.py b/pfb/__init__.py index 40ff24d69..d0ae153ad 100644 --- a/pfb/__init__.py +++ b/pfb/__init__.py @@ -5,7 +5,7 @@ email - lbester@ska.ac.za date - 31/03/2020 """ -__version__ = '0.0.1' +__version__ = '0.0.0' import os diff --git a/tbump.toml b/tbump.toml index 7b29ad549..a07f65f8f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/pfb-clean/" [version] -current = "0.0.1" +current = "0.0.0" # Example of a semver regexp. # Make sure this matches current_version before