Skip to content

Commit

Permalink
Merge pull request #1065 from roboflow/revert-1064-ci/dev-ci
Browse files Browse the repository at this point in the history
Revert "fix: 🐞 ci trigger error fix"
  • Loading branch information
SkalskiP authored Mar 28, 2024
2 parents 81c2a09 + 16c41d9 commit 5bfc977
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ on:
- '[0-9]+.[0-9]+[0-9]+.[0-9]+a[0-9]'
- '[0-9]+.[0-9]+[0-9]+.[0-9]+b[0-9]'
- '[0-9]+.[0-9]+[0-9]+.[0-9]+rc[0-9]'
branches:
- develop

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build-n-publish:
name: Build and publish to PyPI
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]

steps:
- name: πŸ›ŽοΈ Checkout
- name: Checkout source
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: 🐍 Set up Python ${{ matrix.python-version }}

- name: 🐍 Set up Python 3.8 environment for build
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.8"

- name: πŸ—οΈ Build source and wheel distributions
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags:
- '[0-9]+.[0-9]+[0-9]+.[0-9]'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5bfc977

Please sign in to comment.