From b5e6c7b521650d81acd965805bef53c551f3df9d Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Mon, 20 Jan 2025 08:47:48 -0800 Subject: [PATCH 1/2] Switch back to using API token for PyPI. We should update to trusted publishing later. --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 26a7b5a..44bc009 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,3 +36,5 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_TOKEN }} From 8ab31927a58a1bd2cafd6072cad6a601876f26d1 Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Mon, 20 Jan 2025 09:13:03 -0800 Subject: [PATCH 2/2] Update version and changelog to 0.3.1. --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd14bd..409259e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## v0.3.0 - 2025-01-20 +## v0.3.1 - 2025-01-20 ### Added diff --git a/pyproject.toml b/pyproject.toml index e613fce..c719b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "statick-md" authors = [{name = "NIWC Pacific"}] description="Statick analysis plugins for Markdown files." -version = "0.3.0" +version = "0.3.1" readme = "README.md" requires-python = ">=3.9" license = {text = "CC0-1.0"}