Update workflow, bump version, update changelog

This commit is contained in:
2024-10-26 00:59:25 -07:00
parent 8f90987c09
commit 243f889725
3 changed files with 18 additions and 14 deletions

View File

@@ -50,19 +50,18 @@ jobs:
- run: | - run: |
make venv make venv
- run: | - run: |
make mypy make test
test-release:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/actions/setup-python@v5
with:
python-version: "3.11"
- run: | - run: |
make venv make lint
- run: |
make mypy
- run: | - run: |
make test-release make test-release
-
name: Upload to PyPI
env:
TWINE_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
TWINE_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
TWINE_REPOSITORY_URL: "https://gitea.raer.me/api/packages/freyjagp/pypi"
run: |
pipenv run python3 -m twine upload --verbose dist/*

View File

@@ -1,6 +1,11 @@
# Changelog # Changelog
## [2.4.0] -- 2024-10-26
* Merged master (original dev's work) into main (my fork)
* update gitea workflow to hopefully build/push any updates made to my fork of blag.
## [2.4.0] -- 2024-09-05 ## [2.4.0] -- 2024-09-05
* added strikethru and footnotes to blag renders. * added strikethru and footnotes to blag renders.

View File

@@ -1,3 +1,3 @@
"""Version information for the blag package.""" """Version information for the blag package."""
__VERSION__ = "2.4.0" __VERSION__ = "2.4.1"