Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: actions/setup-node@v1
with:
node-version: '8.x'
- name: Add wheel dependency
run: pip install wheel
- name: Build front end
run: "npm install grunt-cli && npm install && grunt build"
- name: Generate dist
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
include VERSION
recursive-include confidant/dist *
recursive-include tests *
recursive-include config *
include requirements.txt
include requirements.in
include .jshintrc
include Gruntfile.js
include package.json
include pytest.ini
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
6.5.0