Skip to content

Commit

Permalink
[Global] Cleaned workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YanSte committed Aug 6, 2023
1 parent a0619cb commit be2a363
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Create Python Package
name: Simple Workflow

on:
release:
types: [created]
push:
branches:
- main

jobs:
package:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -16,11 +17,5 @@ jobs:
with:
python-version: 3.8

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
- name: Build package
run: |
python setup.py sdist bdist_wheel
- name: Print a message
run: echo "The workflow has been triggered!"

0 comments on commit be2a363

Please sign in to comment.