From 224cd5c08aa6d7e0f11a39bc4007d7d91b38adb7 Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Thu, 22 May 2025 21:40:05 -0300 Subject: [PATCH 1/2] more fixes to publishing workflow artifacts --- .github/workflows/publishing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 5ffed48..2f88d0e 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -97,7 +97,7 @@ jobs: python setup.py sdist bdist_wheel - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist/ @@ -112,7 +112,7 @@ jobs: id-token: write steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: dist/ @@ -133,7 +133,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: dist/ From a53a787810322a33067db17f234fda2786d7de4f Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Thu, 22 May 2025 21:40:17 -0300 Subject: [PATCH 2/2] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 170c309..f082323 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="spicecode", - version="2.1.1", # version 2.0.0 = all features from N2 + version="2.1.2", # version 2.0.0 = all features from N2 packages=find_packages(exclude=["spicecode-venv", "spicecode.egg-info"]), install_requires=install_requires, entry_points={