Skip to content

Commit

Permalink
Bump version and test install action
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Nov 11, 2023
1 parent fbab46d commit 81d4e4e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/install_on_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy to Docassemble Playground

on:
push:
branches:
- main # Trigger the workflow on push to main branch

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Install on Docassemble Server
uses: SuffolkLITLab/ALActions/da_package@da-install
with:
SERVER_URL: ${{ secrets.SERVER_URL }}
DOCASSEMBLE_DEVELOPER_API_KEY: ${{ secrets.DOCASSEMBLE_DEVELOPER_API_KEY }}
2 changes: 1 addition & 1 deletion docassemble/ALLinter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
return out

setup(name='docassemble.ALLinter',
version='0.0.1',
version='0.0.2',
description=('A docassemble extension that gives suggestions on how to improve other docassemble interviews'),
long_description='# docassemble.ALLinter\r\n\r\nA docassemble extension that gives suggestions on how to improve other docassemble interviews\r\n\r\n## Author\r\n\r\nBryce Willey, [email protected]\r\n\r\n',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 81d4e4e

Please sign in to comment.