Skip to content

Commit

Permalink
combine into one stage
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmirizzi committed Dec 22, 2022
1 parent 0e1568e commit 048ad37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Build and Release target-elasticsearch

#on: [push]

on:
push:
tags:
Expand All @@ -23,14 +21,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry==1.1.*
- name: Install dependencies
- name: Release
run: |
poetry install
- name: BUILD
run: |
poetry build
- name: Release
run: |
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
poetry version ${{ github.ref_name }}
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 048ad37

Please sign in to comment.