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/ 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={