You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On each restart attempt any first job will succeed and after that any second job will failwith:
Run actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels
if-no-files-found: warn
compression-level: 6
overwrite: false
include-hidden-files: false
env:
pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64
PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig
Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64
Python[2](https://github.com/dottxt-ai/outlines-core/actions/runs/13079996880/job/36501173111#step:8:2)_ROOT_DIR: /Users/runner/hostedtoolcache/Python/[3](https://github.com/dottxt-ai/outlines-core/actions/runs/13079996880/job/36501173111#step:8:3).10.11/arm64
Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm6[4](https://github.com/dottxt-ai/outlines-core/actions/runs/13079996880/job/36501173111#step:8:4)
With the provided path, there will be 8 files uploaded
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
When we were using actions/upload-artifact and actions/upload-artifact of v3 we didn't have this issue, we had to upgrade to v4, since v3 was deprecated: #161
The text was updated successfully, but these errors were encountered:
Pypi release required 4 restarts of failed jobs to finish: https://github.com/dottxt-ai/outlines-core/actions/runs/13079996880
On each restart attempt any first job will succeed and after that any second job will fail with:
When we were using
actions/upload-artifact
andactions/upload-artifact
of v3 we didn't have this issue, we had to upgrade to v4, since v3 was deprecated: #161The text was updated successfully, but these errors were encountered: