diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a520e603..6307095a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -10,6 +10,8 @@ jobs: build-n-publish: name: Build and publish to PyPI runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout source @@ -22,6 +24,7 @@ jobs: - name: Install dependencies run: | + sudo apt-get update sudo apt-get install -y pandoc sudo apt-get install -y texlive-latex-* echo "GENDOC_LATEXPATH=$(dirname $(which pdflatex))" >> $GITHUB_ENV @@ -36,6 +39,7 @@ jobs: - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + skip-existing: true password: ${{ secrets.PYPI_API_TOKEN }} # This token should be created in Settings > Secrets > Actions # repository_url: https://test.pypi.org/legacy/ # Use this for testing to upload the distribution to test.pypi diff --git a/JsonPreprocessor/JsonPreprocessor.pdf b/JsonPreprocessor/JsonPreprocessor.pdf index ef0232e7..60783c45 100644 Binary files a/JsonPreprocessor/JsonPreprocessor.pdf and b/JsonPreprocessor/JsonPreprocessor.pdf differ diff --git a/JsonPreprocessor/version.py b/JsonPreprocessor/version.py index c5a4a19f..6df65d9a 100644 --- a/JsonPreprocessor/version.py +++ b/JsonPreprocessor/version.py @@ -18,6 +18,6 @@ # # Version and date of JsonPreprocessor # -VERSION = "0.7.0" -VERSION_DATE = "18.06.2024" +VERSION = "0.7.1" +VERSION_DATE = "20.06.2024" diff --git a/packagedoc/additional_docs/History.tex b/packagedoc/additional_docs/History.tex index 9dbdebb2..02ca2046 100644 --- a/packagedoc/additional_docs/History.tex +++ b/packagedoc/additional_docs/History.tex @@ -72,4 +72,7 @@ - Improved error messages\newline - Fixed bugs} +\historyversiondate{0.7.1}{06/2024} +\historychange{Maintained release workflow} + \end{packagehistory}