[Git][debian-gis-team/trollsift][upstream] New upstream version 1.0.1

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Jun 21 12:27:32 BST 2026



Antonio Valentino pushed to branch upstream at Debian GIS Project / trollsift


Commits:
20ef8334 by Antonio Valentino at 2026-06-21T11:23:01+00:00
New upstream version 1.0.1
- - - - -


5 changed files:

- .github/workflows/ci.yaml
- .github/workflows/deploy-sdist.yaml
- .pre-commit-config.yaml
- .readthedocs.yaml
- CHANGELOG.md


Changes:

=====================================
.github/workflows/ci.yaml
=====================================
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - name: Checkout source
-        uses: actions/checkout at v5
+        uses: actions/checkout at v6
 
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python at v6
@@ -42,7 +42,7 @@ jobs:
           mypy trollsift
 
       - name: Upload unittest coverage to Codecov
-        uses: codecov/codecov-action at v5
+        uses: codecov/codecov-action at v6
         with:
           flags: unittests
           files: ./coverage.xml


=====================================
.github/workflows/deploy-sdist.yaml
=====================================
@@ -8,10 +8,13 @@ on:
 jobs:
   sdist:
     runs-on: ubuntu-latest
+    environment: "PyPI Deploy"
+    permissions:
+      id-token: write
 
     steps:
       - name: Checkout source
-        uses: actions/checkout at v5
+        uses: actions/checkout at v6
 
       - name: Create sdist
         shell: bash -l {0}
@@ -21,7 +24,4 @@ jobs:
 
       - name: Publish package to PyPI
         if: github.event.action == 'published'
-        uses: pypa/gh-action-pypi-publish at v1.13.0
-        with:
-          user: __token__
-          password: ${{ secrets.pypi_password }}
+        uses: pypa/gh-action-pypi-publish at v1.14.0


=====================================
.pre-commit-config.yaml
=====================================
@@ -2,7 +2,7 @@ exclude: '^$'
 fail_fast: false
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: 'v0.13.3'
+    rev: 'v0.15.12'
     hooks:
       - id: ruff
         args: ["--fix"]


=====================================
.readthedocs.yaml
=====================================
@@ -10,8 +10,8 @@ sphinx:
 formats: all
 
 build:
-  os: "ubuntu-20.04"
+  os: "ubuntu-24.04"
   tools:
-    python: "mambaforge-4.10"
+    python: "miniforge3-latest"
 conda:
   environment: doc/rtd_environment.yaml


=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,14 @@
+## Version 1.0.1 (2026/06/01)
+
+### Pull Requests Merged
+
+#### Bugs fixed
+
+* [PR 99](https://github.com/pytroll/trollsift/pull/99) - Switch to trusted publisher for PyPI uploads
+
+In this release 1 pull request was closed.
+
+
 ## Version 1.0.0 (2025/10/07)
 
 ### Issues Closed



View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/-/commit/20ef833434033a33197849cfa8db188f2b10e409

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/-/commit/20ef833434033a33197849cfa8db188f2b10e409
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260621/f742e9bf/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list