Skip to content

Commit

Permalink
Revert "Add auto-tag workflow (#21)"
Browse files Browse the repository at this point in the history
This reverts commit bcf779c.
  • Loading branch information
aelmiger authored Jul 17, 2024
1 parent bcf779c commit dfe0dec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/auto-tag.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ name: Syclops Pipeline Test
on:
push:
branches: [ main ]
tags:
- 'v*' # This will match any tag starting with 'v'
pull_request:
branches: [ main ]

jobs:
build-and-test:
name: Syclops Pipeline Test
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.8"
license = {text = "GPLv3"}

version = "1.3.6"
version = "1.3.5"

dynamic = ["dependencies"]

Expand Down

0 comments on commit dfe0dec

Please sign in to comment.