Skip to content

Commit

Permalink
change config osc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHuang authored and ChHuang committed Jul 18, 2024
1 parent 9ac1e09 commit c3e796a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
OBS_API: https://api.opensuse.org/
PROJECT: home:ChHuang
PACKAGE: python-osc-tiny
steps:
- name: Install osc
run: |
Expand All @@ -27,9 +28,9 @@ jobs:
EOF
- name: checkout package
run: |
osc branch $PROJECT $PACKAGE
cd $PACKAGE
rm $PACKAGE*.tar.gz
osc branchco $PROJECT $PACKAGE
cd $PROJECT:branches:$PROJECT/$PACKAGE
rm *.tar.gz
- name: Fetch tarball from PyPI
id: fetch-tarball
Expand Down

0 comments on commit c3e796a

Please sign in to comment.