diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 550ae73..0be4817 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -95,6 +95,6 @@ jobs: run: >- python setup.py sdist bdist_wheel - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1.9 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/cocotbext/ahb/version.py b/cocotbext/ahb/version.py index 493f741..260c070 100644 --- a/cocotbext/ahb/version.py +++ b/cocotbext/ahb/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"