Skip to content

Commit

Permalink
Hotfix fix branch name, use main instead of master in release-test pi…
Browse files Browse the repository at this point in the history
…peline
  • Loading branch information
ismailsimsek committed Jan 28, 2025
1 parent dab1fd0 commit 7708f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Test Pypi Release

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -25,8 +25,8 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish master to Test Pypi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/master')
- name: Publish main to Test Pypi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 7708f8a

Please sign in to comment.