Skip to content

Adding a new pipeline for publishing to Python Cuda 12 packages.#18712

Merged
jchen351 merged 39 commits intomainfrom
Cjian/python-cuda12
Dec 11, 2023
Merged

Adding a new pipeline for publishing to Python Cuda 12 packages.#18712
jchen351 merged 39 commits intomainfrom
Cjian/python-cuda12

Conversation

@jchen351
Copy link
Contributor

@jchen351 jchen351 commented Dec 5, 2023

Description

Motivation and Context

@jchen351 jchen351 requested a review from a team December 5, 2023 22:55
displayName: 'Use Python 3.x'
- script: 'pip install twine==3.4.2'
displayName: 'Install Twine'
- task: TwineAuthenticate@1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this:

steps:
- task: TwineAuthenticate@1
  displayName: 'Twine Authenticate '
  inputs:
    artifactFeed: 'PublicPackages/ORT-Nightly'

- script: ' find . -type f -name ''*.whl'' | xargs -I % python -m twine upload --skip-existing % -r ORT-Nightly --config-file $(PYPIRC_PATH)'
  workingDirectory: '$(System.DefaultWorkingDirectory)/training cuda wheels'
  displayName: 'Uploading wheels'

    SYSTEM_ACCESSTOKEN: $(System.AccessToken)
    SYSTEM_ACCESSTOKEN: $(System.AccessToken)
    SYSTEM_ACCESSTOKEN: $(System.AccessToken)
    SYSTEM_ACCESSTOKEN: $(System.AccessToken)
    SYSTEM_ACCESSTOKEN: $(System.AccessToken)
    SYSTEM_ACCESSTOKEN: $(System.AccessToken)
@jchen351 jchen351 changed the title Adding publishing stage to Python Cuda 12 pipeline. Adding a new pipeline for publishing to Python Cuda 12 packages. Dec 11, 2023
@jchen351 jchen351 merged commit ce1fed6 into main Dec 11, 2023
@jchen351 jchen351 deleted the Cjian/python-cuda12 branch December 11, 2023 22:17
@tianleiwu
Copy link
Contributor

@jchen351, could you help setup automatic daily publish of cuda 12 python ort-nightly-gpu package?

@snnn
Copy link
Contributor

snnn commented Dec 13, 2023

@tianleiwu , I can take care of it. I will do it after #18801 is merged.

@snnn
Copy link
Contributor

snnn commented Dec 16, 2023

@tianleiwu, I'm working on adding a publishing job for the CUDA 12 nuget packages. #18851

tianleiwu added a commit that referenced this pull request Dec 21, 2023
### Description
Fix nightly python package links.

### Motivation and Context
#15608
#18712
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.

3 participants