Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asr-benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcin Wątroba
asr-benchmarks
Merge requests
!6
Change registry to clarin.eu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Change registry to clarin.eu
feature/change_registry_clarin
into
main
Overview
1
Commits
1
Pipelines
0
Changes
3
Merged
Change registry to clarin.eu
Marcin Wątroba
requested to merge
feature/change_registry_clarin
into
main
Aug 10, 2021
Overview
1
Commits
1
Pipelines
0
Changes
3
Created by: markowanga
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7cc8ae9a
1 commit,
Nov 18, 2022
3 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
.github/workflows/python-master.yml
+
2
−
2
View file @ 7cc8ae9a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -76,5 +76,5 @@ jobs:
run
:
|
poetry version "$(poetry version --short)-beta.${GITHUB_RUN_NUMBER}"
poetry build
poetry config repositories.
theliver
pypi https://
nexus.theliver.pl/repository/pypi-registry
/
poetry publish -r
theliver
pypi --username ${{ secrets.
THELIVER_
PYPI_USER }} --password ${{ secrets.
THELIVER_
PYPI_PASS }}
poetry config repositories.
clarin
pypi https://
pypi.clarin-pl.eu
/
poetry publish -r
clarin
pypi --username ${{ secrets.PYPI_USER }} --password ${{ secrets.PYPI_PASS }}
Loading