Skip to content

Upgrade tiktoken to v0.14.0 - #232

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
github-actions/upgrade-tiktoken-0.14.0
Draft

Upgrade tiktoken to v0.14.0#232
github-actions[bot] wants to merge 1 commit into
mainfrom
github-actions/upgrade-tiktoken-0.14.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automatically generated PR to upgrade tiktoken — new versions detected: v0.14.0.

Link to PyPI.

No build workflow found at .github/workflows/build-tiktoken.yml.
Please create one (and optionally a matching test-*.yml) before merging.

Once the workflow exists, edit this PR body to re-fire the Trigger: directives:

Trigger: tiktoken:0.14.0

@github-actions
github-actions Bot requested review from justeph and threexc August 18, 2026 04:57
@justeph
justeph force-pushed the github-actions/upgrade-tiktoken-0.14.0 branch from f4cce5b to 14dc3a0 Compare August 18, 2026 10:00
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://riseproject-dev.github.io/python-wheels/pr-preview/pr-232/

Built to branch gh-pages at 2026-08-18 13:22 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@justeph
justeph force-pushed the github-actions/upgrade-tiktoken-0.14.0 branch 6 times, most recently from 84932a4 to 1cadb94 Compare August 18, 2026 14:54
@threexc

threexc commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

@justeph publish is looking in dist/ but the cibuildwheel outputs seem to be in wheelhouse/, if I'm reading correctly?

@justeph
justeph force-pushed the github-actions/upgrade-tiktoken-0.14.0 branch from 1cadb94 to 3141a15 Compare August 18, 2026 16:00
@justeph

justeph commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

@justeph publish is looking in dist/ but the cibuildwheel outputs seem to be in wheelhouse/, if I'm reading correctly?

Yes. I am testing a fix. if it work, I'll open a new PR for it:

--- a/actions/publish-wheels/action.yml
+++ b/actions/publish-wheels/action.yml
@@ -45,7 +45,6 @@ inputs:
   files:
     description: Newline-separated glob(s) of files to publish. Passed through to publish-to-gitlab.
     required: false
-    default: 'dist/*.whl'
 
   skip-existing:
     description: Passed through to the publish-to-gitlab action.
@@ -108,7 +107,7 @@ runs:
         gitlab-username: ${{ inputs.gitlab-username }}
         gitlab-token: ${{ inputs.gitlab-token }}
         gitlab-project-id: ${{ inputs.gitlab-project-id }}
-        files: ${{ inputs.files }}
+        files: ${{ inputs.files || format('{0}/*.whl', inputs.artifact-path) }}
         skip-existing: ${{ inputs.skip-existing }}
         twine-version: ${{ inputs.twine-version }}

Add build workflow starting from 0.13.0
@justeph
justeph force-pushed the github-actions/upgrade-tiktoken-0.14.0 branch from 3141a15 to 04d8cf0 Compare August 18, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants