Skip to content

Commit

Permalink
Merge pull request #72 from aitomatic/release
Browse files Browse the repository at this point in the history
daily release
  • Loading branch information
TheVinhLuong102 authored Dec 14, 2023
2 parents c1d0e40 + 9886ade commit 8ef07a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@ jobs:
pypi-release:
runs-on: ubuntu-latest

strategy:
matrix:
python-version:
- 3.11

steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
- name: Set Up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11

- name: Install Poetry
run: python3 -m pip install Poetry --upgrade
run: make get-poetry

- name: Build Distribution
run: poetry build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ bumpversion-major:

# MISC / OTHER
# ============
openssa-public:
public:
rsync -av --exclude .git --delete . ../openssa/

0 comments on commit 8ef07a0

Please sign in to comment.