Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
edf27c2d
Verified
Commit
edf27c2d
authored
10 months ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: bumped packages to python3
parent
6524fb1a
Branches
Branches containing commit
Tags
0.3.1
Tags containing commit
No related merge requests found
Pipeline
#4343
passed
10 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
edf27c2d
...
@@ -170,9 +170,9 @@ deploy-npm:
...
@@ -170,9 +170,9 @@ deploy-npm:
deploy-pypi
:
deploy-pypi
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
pip install twine wheel
-
pip
3
install twine wheel
-
python setup.py sdist bdist_wheel
-
python
3
setup.py sdist bdist_wheel
-
python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
-
python
3
-m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
dependencies
:
dependencies
:
-
build-pyo3
-
build-pyo3
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment