Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankarol authored and adnankarol committed Aug 1, 2024
1 parent 8f4f868 commit a6a1e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Publish Package
on:
push:
branches:
- main # Triggers only on pushes to the main branch
- main # Trigger only on pushes to the main branch

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3 # Latest version, compatible with Node.js 20
uses: actions/checkout@v3 # Latest version

- name: Set up Python
uses: actions/setup-python@v4 # Latest version, compatible with Node.js 20
uses: actions/setup-python@v4 # Latest version
with:
python-version: '3.10' # Adjust to your preferred Python version

Expand Down

0 comments on commit a6a1e47

Please sign in to comment.