Skip to content

Commit

Permalink
Newtokens (#90)
Browse files Browse the repository at this point in the history
* [skip ci] updated tokens

* [skip ci] correct version

---------

Co-authored-by: landmanbester <[email protected]>
  • Loading branch information
landmanbester and landmanbester authored Jul 30, 2023
1 parent 59f6296 commit 166c5ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pfb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
email - [email protected]
date - 31/03/2020
"""
__version__ = '0.0.1'
__version__ = '0.0.0'

import os

Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 166c5ad

Please sign in to comment.